runtime._panic.gopanicFP (field)
3 uses
runtime (current package)
panic.go#L850: p.gopanicFP = unsafe.Pointer(sys.GetCallerSP())
panic.go#L1134: if u.frame.fp == uintptr(p.gopanicFP) && nonWrapperFrames > 0 {
runtime2.go#L1199: gopanicFP unsafe.Pointer // frame pointer of the gopanic frame
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |